home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / mc-3.2 / mc-3 / mc-3.2.1 / src / info.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-17  |  124 b   |  12 lines

  1. #ifndef __INFO_H
  2. #define __INFO_H
  3.  
  4. typedef struct {
  5.     Widget widget;
  6.     int ready;
  7. } WInfo;
  8.  
  9. WInfo *info_new ();
  10.  
  11. #endif
  12.